Fix typo in previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 17 Mar 1993 09:19:47 +0000 (09:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 17 Mar 1993 09:19:47 +0000 (09:19 +0000)
src/process.c

index a3e104118741378ed86e73a456bcb9d2051553ab..567c9c95c3283d668df70a2104bb239713add541 100644 (file)
@@ -2573,7 +2573,7 @@ nil, indicating the current buffer's process.")
   if (! NILP (XPROCESS (proc)->raw_status_low))
     update_status (XPROCESS (proc));
   if (! EQ (XPROCESS (proc)->status, Qrun))
-    error ("Process %s not running", procname);
+    error ("Process %s not running", XSTRING (XPROCESS (proc)->name)->data);
 
   /* Sending a zero-length record is supposed to mean eof
      when TIOCREMOTE is turned on.  */